Trustpilot Company Details Scraper avatar

Trustpilot Company Details Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Trustpilot Company Details Scraper

Trustpilot Company Details Scraper

Extract company profiles, trust scores, contact info, and verification status from Trustpilot company pages. Powered by Trustpilot Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

3

Monthly active users

4 days ago

Last modified

Share

This actor extracts Company details from Trustpilot. It works on individual company profile pages to collect deep metadata, contact information, and verification statuses. The scraper captures everything from trust scores to specific business verification dates.


Want more from Trustpilot?

This actor covers Companies only. The full Trustpilot Scraper browser extension also includes Reviews, Companies with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Trustpilot Scraper extension


Data Fields

Field NameDescriptionExample
Company NameLegal or display name of the business"Example Corp"
Company WebsiteOfficial URL of the company"https://example.com"
Company Website TitleMeta title of the company website"Example Corp - Quality Solutions"
Company LogoURL to the company logo image"https://images-static.trustpilot.com/example.png"
Company DescriptionBusiness summary provided on the profile"Example Corp provides high-quality software."
Company CategoriesList of categories assigned to the company["Software", "Tech"]
Company Primary CategoryThe main industry classification"Software"
Company Trust ScoreNumerical Trustpilot score4.8
Company StarsStar rating out of 55
Company Review CountTotal number of reviews1250
Company AddressPhysical street address"123 Tech Lane"
Company CityCity of operation"New York"
Company CountryCountry of operation"United States"
Company Postal CodeZip or postal code"10001"
Company EmailPublic contact email"support@example.com"
Company PhonePublic contact phone number"+1-555-0199"
Company Verified BusinessIf the business is verifiedtrue
Company Verified PaymentIf payment methods are verifiedtrue
Company Verified GoogleIf Google account is linkedfalse
Company Verified IdentityIf identity is verifiedtrue
Company ClaimedIf the profile is claimedtrue
Company Claimed DateDate the profile was claimed"2021-05-20T10:00:00Z"
Company Using Paid FeaturesIf the company uses Trustpilot paid toolstrue
Company Reply RatePercentage of reviews replied to95
Company Average Days to ReplySpeed of response in days2
Company Last Reply DateDate of the most recent reply"2023-10-25T14:30:00Z"
Company Negative Reviews CountTotal 1 and 2 star reviews45
Company Negative Reviews With RepliesCount of negative reviews answered40
Company Using AI ResponsesIf the company uses AI to replyfalse
Company Information SourceSource of the profile data"Business"
Company URLThe Trustpilot profile URL"https://www.trustpilot.com/review/example.com"

Input

  • urls: Array of Trustpilot company profile URL strings.
  • maxItems: Maximum number of items to process per URL. Default is 100.

Example Input

{
"urls": ["https://www.trustpilot.com/review/example.com"],
"maxItems": 1
}

Example Output

[
{
"companyName": "Example Corp",
"companyWebsite": "https://example.com",
"companyTrustScore": 4.9,
"companyStars": 5,
"companyReviewCount": 850,
"companyEmail": "contact@example.com",
"companyPhone": "+1-555-0100",
"companyVerifiedBusiness": true,
"companyClaimed": true,
"companyURL": "https://www.trustpilot.com/review/example.com"
},
{
"companyName": "Test Services",
"companyWebsite": "https://test-services.net",
"companyTrustScore": 3.2,
"companyStars": 3,
"companyReviewCount": 120,
"companyEmail": "info@test-services.net",
"companyPhone": "+44-20-7946-0958",
"companyVerifiedBusiness": false,
"companyClaimed": false,
"companyURL": "https://www.trustpilot.com/review/test-services.net"
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.